{% extends "trees/base.html" %} {% block title %}A few details - JM3{% endblock %} {% block content %}

Tell us about you

Your name and what you do.

{% csrf_token %}
{% if usage == "individual" %}
{% elif usage == "school" %}
{% elif usage == "community" or usage == "organization" or usage == "government" %}
{% if usage != "government" %}
{% endif %} {% else %}
{% endif %}
{% endblock %} {% block extra_js %}{% endblock %}